Papers with multi-agent pipeline
Demonstrating ViviDoc: Generating Interactive Documents through Human-Agent Collaboration (2026.acl-demo)
Copied to clipboard
| Challenge: | Recent LLM-based agents can automate content creation, but naively applying them yields uncontrollable and unverifiable outputs. |
| Approach: | They propose a human-agent collaborative system that generates interactive educational documents from a single topic input. |
| Outcome: | The proposed system generates documents comparable in quality to human-authored ones. |
IoTMigrator: LLM-driven Embedded IoT Code Migration across Different OSes for Cloud-device Integration (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Neither outline-based code generation nor common code translation techniques can adequately address this challenge, despite their prevalence in existing systems. |
| Approach: | They have developed an algorithm that employs a multi-agent pipeline to handle embedded code migration under the TSL paradigm. |
| Outcome: | The proposed algorithm outperforms the baseline by 50.5% for pass rate and 13.0% for completeness across all tasks in RIOT and Zephyr. |
Truth or Sophistry? LoFa: A Benchmark for LLM Robustness Against Logical Fallacies (2026.acl-long)
Copied to clipboard
| Challenge: | Prior work has focused on the ability of Large Language Models to **identify** or **classify** fallacies, but their robustness against these fallacias in persuasive contexts remains largely unexplored. |
| Approach: | They propose a new metric to assess LLM robustness against fallacies by pairing factual questions with fallacious arguments and developing a multi-round debate framework to assess model resilience. |
| Outcome: | The proposed metric disentangles robustness from a model’s knowledge limitations and demonstrates unique vulnerability profiles across models. |
Live-Aid: A Large-Scale Dialogue Dataset and Benchmark for Interleaved Multi-party Interactions in Live Streaming (2026.findings-acl)
Copied to clipboard
Yiming Lei, Yize Fan, Zeming Liu, Jiaji Dong, Hui Qiu, Haitao Leng, Qingjie Liu, Kehai Chen, Tingting Gao, Yunhong Wang
| Challenge: | Existing Multimodal Large Language Models struggle with dynamic interactions due to the scarcity of high-quality interleaved data. |
| Approach: | They propose a large-scale interleaved live interaction Chinese dataset with human-annotated video responses. |
| Outcome: | The proposed model can be used to evaluate live interactions in Chinese over 1,100 hours and 80,037 dialogue turns. |
Scaling Unverifiable Rewards: A Case Study on Visual Insights (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing methods to scale complex, open-ended tasks with unverifiable rewards are not scalable to multi-stage pipelines. |
| Approach: | They propose a process-based refinement framework that scales inference across stages of a multi-agent pipeline, instead of refining a single output over time. |
| Outcome: | The proposed framework scales inference across stages of a multi-agent pipeline, instead of refining a single output over time as in prior work. |